home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Fortress.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(release, keyPress s).as next >
Encoding:
Text File  |  2006-06-13  |  98 b   |  6 lines

  1. on(release, keyPress "s"){
  2.    set("/:soundon","0");
  3.    stopAllSounds();
  4.    gotoAndStop(2);
  5. }
  6.